From 6d3b6d45d793ae222d5ab10868099a8523193b12 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Mon, 6 May 2002 00:15:28 +0000 Subject: [PATCH] (time-stamp-format): Escape open parenthesis in column 0. --- lisp/time-stamp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 577faf80715..5fdebabcc79 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -54,7 +54,7 @@ A string is used verbatim except for character sequences beginning with %, as follows. The values of non-numeric formatted items depend on the locale setting recorded in `system-time-locale' and `locale-coding-system'. The examples here are for the default -(`C') locale. +\(`C') locale. %:a weekday name: `Monday'. %#A gives uppercase: `MONDAY' %3a abbreviated weekday: `Mon'. %3A gives uppercase: `MON' -- 2.30.2